home *** CD-ROM | disk | FTP | other *** search
- /* RexxBefehle für EasyVideo
- (c) Jörg Trahm
-
- Springe 10 Datensätze weiter
-
- */
-
-
- call addlib('rexxsupport.library',0,-30)
-
- parse arg PortName
- address(PortName)
- options results
-
- Satz = 0
-
- EV_Inhalt "Akt_Satz"
- Satz = Result + 10
- EV_Goto Satz
-
- exit
-
-